DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class / DicomVolume Constructor / DicomVolume Constructor(IEnumerable<DicomImage>)
The set of images to derive the DicomVolume from



    DicomVolume Constructor(IEnumerable<DicomImage>)
    Constructs a DicomVolume from a set of individual slices
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal Images As IEnumerable(Of DicomImage) _
    )
     
    'Usage
     
    Dim Images As IEnumerable(Of DicomImage)
     
    Dim instance As New DicomVolume(Images)

    Parameters

    Images
    The set of images to derive the DicomVolume from
    Remarks

    The individual slices, which must be the same size, orientation, bit depth etc. and must be evenly spaced (though not necessarily in order, as they will be sorted internally).

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also